home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / video096.zip / VVSONIX.BAT < prev    next >
DOS Batch File  |  1988-03-15  |  609b  |  22 lines

  1. echo off
  2. if not exist sonix.com goto err
  3. if not exist tts.com goto err
  4. sonix
  5. tts
  6. copy sonix.yak grconfig.yak
  7. vv
  8. goto done
  9. :err
  10. cls
  11. Echo    
  12. echo If you are using a Votalker or Synphonix synthesizer,
  13. Echo You will need to have the programs Sonix and TTS
  14. Echo available on this disk.
  15. Echo This batch file will load them automatically, if they are available.
  16. Echo Video Voice will not load now.
  17. Echo Please find your Sonix master disk and copy the 2 files
  18. Echo Sonix.com and TTS.com onto your Video Voice demo disk.
  19. Echo Then type VVsonix to try loading Video Voice again.
  20. :done
  21. Echo on
  22.